home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / ARACHE.ZIP / AEXTHTML.TXT < prev    next >
Encoding:
Text File  |  1998-07-08  |  3.3 KB  |  80 lines

  1.  
  2. Official Arachne extensions to HTML
  3. ===================================
  4.  
  5. These extensions can be useful if implemented in other browsers:
  6.  
  7. <INPUT TYPE=TEXT URI>
  8. Insert Uniform Resource Identifier of current document's URL:
  9. Example: mailto:someone@somewhere -> someone@somewhere
  10.          http://xxx.com/yyy.html  -> /yyy.html
  11.  
  12. <INPUT TYPE=TEXT URL>
  13. Insert Universal Resource Locator (URL) of current document.
  14.  
  15. <INPUT TYPE=TEXT USR>
  16. Insert username (part of URL).
  17.  
  18. Private Arachne extensions to HTML
  19. ==================================
  20.  
  21. <ARACHNE [RAW=...] [NOCACHE] [MSG=...] [TARGET=...] [PRINT=YES|NO]>
  22.  RAW      ...set filename to be used for "Save As", "Page source", etc.
  23.  NOCACHE  ...this document won't be stored in cache
  24.  MSG      ...change default status line for current document
  25.  TARGET   ...define full online filename for FTP upload
  26.  PRINT    ...toggle printing of this section of document
  27.  
  28. <BODY [ARACHNE] [NORESIZE]>
  29.  ARACHNE  ...use configurable Arache destop colors and background
  30.  NORESIZE ...do not resize tables, nobreaks and images (parse HTML only once)
  31.  
  32. <FONT 3D> ... </FONT> ...use 3D looking text
  33.  
  34. Protocol "arachne:"
  35. -------------------
  36.  
  37. arachne:exit[?errorlevel]  ...exit to DOS
  38. arachne:dialer ...execute "Connection" ARACHNE.CFG variable
  39. arachne:dialpage ...goto URL defined in "DialPage" ARACHNE.CFG variable
  40. arachne:hangup ...execute "Hangup" ARACHNE.CFG variable
  41. arachne:internal-config[?newURL] ...update ARACHNE.CFG
  42. arachne:internal-htmledit ...edit current page
  43. arachne:internal-editor ...for text editor
  44. arachne:internal-mail ...for sending mail messages
  45. arachne:ftp-send ...ftp
  46. arachne:ftp-upload ...ftp
  47. arachne:save ...save document
  48. arachne:back ...goto previous document (same as "Previous document" icon)
  49.  
  50. Extensions to Forms
  51. -------------------
  52.  
  53. <INPUT TYPE=anything ... NAME=variable name ARACHNECFGVALUE=NAME>
  54. <INPUT TYPE=RADIO|CHECKBOX ... ARACHNECHECKED=NAME>
  55. <INPUT TYPE=RADIO|CHECKBOX ... ARACHNENOTCHECKED=list of variables>
  56. <INPUT TYPE=TEXT ... ARACHNECFGHIDE=list of variables>
  57. <INPUT TYPE=TEXT ... ARACHNESAVE> ...name for saving last document
  58. <INPUT TYPE=TEXT ... ARACHNEMIME> ...type of last document
  59. <INPUT TYPE=TEXT ... ARACHNEDOC> ...filename of last document
  60. <INPUT TYPE=TEXT ... ARACHNEURL> ...URL of last document
  61. <TEXTAREA ARACHNEEDITOR></TEXTAREA> ...edit current document
  62. <TEXTAREA ARACHNEEDITOR=filename></TEXTAREA> ...edit local document
  63. <TEXTAREA ARACHNEROWS></TEXTAREA> ...if ROWS are adjusted to make this
  64.                                      TEXTAREA full-screen for 800x600 mode,
  65.                                      this will resize TEXTAREA to be
  66.                                      full-screen in any other graphics mode.
  67.  
  68. For mail composer and service pages
  69. -----------------------------------
  70.  
  71. <INPUT NAME=$MSG TYPE=HIDDEN> ...start e-mail message here
  72. <INPUT NAME=$TO VALUE=...> ...add To: field
  73. <INPUT NAME=$CC VALUE=...> ...add CC: field (can be multiple)
  74. <INPUT NAME=$SUBJ VALUE=...> ...add subject
  75. <INPUT NAME=$ATTACH VALUE=...> ...attach file described in VALUE of input box
  76. <INPUT NAME=$SAVE ...> ...save mail as .TBS (To Be Sent) file
  77. <INPUT NAME=$SMTP ...> ...send mail immediately
  78. <INPUT NAME=$MOVE VALUE=...> ...move last document to VALUE
  79. <INPUT NAME=$COPY VALUE=...> ...copy last document to VALUE
  80. <TEXTAREA NAME=$BODY> ...append body of the mail message